home *** CD-ROM | disk | FTP | other *** search
/ Hidden Truth / Hidden Truth.iso / amiga / aweb2_hiddentruth < prev    next >
Text File  |  1997-04-26  |  622b  |  34 lines

  1. c:requestchoice >env:rcnum "Welcome To The Hidden Truth" "This requester allows you to select your preferred *nscreenmode for running AWeb 2.0, depending upon the *ncapabilities of your system. *n *nOn selection a new requester will appear allowing *nyou to choose the number of colours you would *nlike to run AWeb in." "Pal|Multiscan|Super72|CyberGFX|Workbench|Cancel"
  2.  
  3. if $rcnum eq 1
  4.  
  5. c:execute aweb_pal
  6.  
  7. endif
  8.  
  9. if $rcnum eq 2
  10.  
  11. c:execute aweb_multiscan
  12.  
  13. endif
  14.  
  15. if $rcnum eq 3
  16.  
  17. c:execute aweb_super72
  18.  
  19. endif
  20.  
  21. if $rcnum eq 4
  22.  
  23. c:execute aweb_cybergfx
  24.  
  25. endif
  26.  
  27. if $rcnum eq 5
  28.  
  29. c:execute aweb_workbench
  30.  
  31. else
  32.   endcli 
  33. endif
  34.